libretro.flycast: 0-unstable-2026-04-17 -> 0-unstable-2026-05-01 (#515982)

This commit is contained in:
Thiago Kenji Okada
2026-05-05 21:30:19 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
core = "flycast";
version = "0-unstable-2026-04-17";
version = "0-unstable-2026-05-01";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "ae5416a5cb1df362382279172818ac4bb692dc97";
hash = "sha256-3eFkirJm3tBLvJrM0rcTX1tFnKnWag8s3eUL17nQc9w=";
rev = "744e9e4aa560d785000a2653ee3d291716aa2c0a";
hash = "sha256-gCFX8mWWWsSogaBDtbVx4hL/GiNk5YlsT2HP3LNY0zs=";
fetchSubmodules = true;
};