libretro.flycast: 0-unstable-2025-03-22 -> 0-unstable-2025-04-05

This commit is contained in:
R. Ryantm
2025-04-06 22:49:48 +00:00
parent eb77ff4e9c
commit e488a766fd
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
core = "flycast";
version = "0-unstable-2025-03-22";
version = "0-unstable-2025-04-05";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "305cae496fe009a523e1a43cc6a11141531626ef";
hash = "sha256-L91RS+GzNA0IpVh1ANkS7V2wWJqdXyioxJuCP+f5SEA=";
rev = "3114394019fc0f772c29d0a1f5493fbdce4745b0";
hash = "sha256-bp10601cfcsb62Vy88zIjFZ/yBUGVODEt96Me7XX5kY=";
fetchSubmodules = true;
};