Description
Looking at the other opened issues and this other issue that ended up in my forum pms by mistake :
This core apparently suffer from quite a few issues related to savestate usage, which include runahead, netplay and rewind.
FWIW, a new api callback was introduced a few months ago, it allows to know about the savestate context, so that you can provide different savestates depending on the situation (which, in my personal experience as an emudev, is necessary sometimes), you can find an example of its usage at libretro/FBNeo@f6ccad2
If those various savestate-related issues can't be solved, then my personal recommendation would be to downgrade this core's savestate_features from deterministic to serialized in its info file, so that runahead/netplay aren't allowed anymore.