libretro.snes9x2010: 0-unstable-2024-11-19 -> 0-unstable-2026-03-31 (#507187)

This commit is contained in:
Thiago Kenji Okada
2026-04-06 10:03:10 +00:00
committed by GitHub
@@ -5,13 +5,13 @@
}:
mkLibretroCore rec {
core = "snes9x2010";
version = "0-unstable-2024-11-19";
version = "0-unstable-2026-03-31";
src = fetchFromGitHub {
owner = "libretro";
repo = "snes9x2010";
rev = "f9ae8fd28b13070a945a829ccf41cbf90a21d0f7";
hash = "sha256-nsExAYnzDenPvXzeN60jGykRTrCGMi/mRPV+vgS8ZtE=";
rev = "693c0dd2a3004a6332a076a08d14c78086f26bc1";
hash = "sha256-/+VdaLY6JycN2o1/LOPFIOmcp6ZVAqpX1MVuHN3B/Nc=";
};
makeFlags = [ "GIT_VERSION=${builtins.substring 0 7 src.rev}" ];