libretro.snes9x2010: 0-unstable-2026-05-05 -> 0-unstable-2026-05-16 (#521385)

This commit is contained in:
Thiago Kenji Okada
2026-05-18 08:01:46 +00:00
committed by GitHub
@@ -5,13 +5,13 @@
}:
mkLibretroCore rec {
core = "snes9x2010";
version = "0-unstable-2026-05-05";
version = "0-unstable-2026-05-16";
src = fetchFromGitHub {
owner = "libretro";
repo = "snes9x2010";
rev = "d9cba8a41b3407ebb929816a7033e0407fd7b2d0";
hash = "sha256-OdJStJK823PayWS+bmwG+kDrdx6KeVWYiSAu61C9UFs=";
rev = "bc82e8281ddbbd487875866f5db27cdb9838d319";
hash = "sha256-laAXE4U5ROKe2QnYbUrvJ4xRPv1hzllDZ8ei01IwqKA=";
};
makeFlags = [ "GIT_VERSION=${builtins.substring 0 7 src.rev}" ];