libretro.flycast: 0-unstable-2026-07-10 -> 0-unstable-2026-07-21

This commit is contained in:
R. Ryantm
2026-07-29 16:13:08 +00:00
parent cbfc619200
commit 6ffe49bd58
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
core = "flycast";
version = "0-unstable-2026-07-10";
version = "0-unstable-2026-07-21";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "f09d1f22ef8d199b8b7a2395d0b46774e08a58c2";
hash = "sha256-labl5MPpBNkg/M95WzJgiKVdvHJDN6jeFSLsHg5+G78=";
rev = "4126f1464fbc77c6bcec9cad00c32017ecabb799";
hash = "sha256-8SRw+GMuu2LXNhui0Zi2BoRajo3qp0DrzXYSHcUVATA=";
fetchSubmodules = true;
};