Hi,
I was wondering, why some of my psx games never worked and now I found the issue.
The Mednafen PSX cores are looking for the wrong EU bios file, as you can see in the mednafen_psx_(hw_)libretro.info file. There is the false md5 checksum for scph5502.bin.
scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050
The checksum is for the scph5552.bin bios file. For scph5502 it should be:
scph5502.bin (md5): e56ec1b027e2fe8a49217d9678f7f6bb
As a workaround I renamed a scph5552.bin to scph5502.bin and replaced the file in my bios directory. Now my games are booting correctly, but you should consider to adjust the issue in the mednafen psx cores.
Thanks