libretro.gpsp: 0-unstable-2025-09-07 -> 0-unstable-2025-09-17 (#445420)

authored by Nick Cao and committed by GitHub d340138b a8b69047

+3 -3
+3 -3
pkgs/applications/emulators/libretro/cores/gpsp.nix
··· 5 }: 6 mkLibretroCore { 7 core = "gpsp"; 8 - version = "0-unstable-2025-09-07"; 9 10 src = fetchFromGitHub { 11 owner = "libretro"; 12 repo = "gpsp"; 13 - rev = "f7a6a4314697ea5e4821a15aa7110795679f6ade"; 14 - hash = "sha256-g63KIeQUvCg9LbixeXF2JRgUEFlzBMctXV8IFqvR0sg="; 15 }; 16 17 makefile = "Makefile";
··· 5 }: 6 mkLibretroCore { 7 core = "gpsp"; 8 + version = "0-unstable-2025-09-17"; 9 10 src = fetchFromGitHub { 11 owner = "libretro"; 12 repo = "gpsp"; 13 + rev = "a545aafaf4e654a488f4588f4f302d8413a58066"; 14 + hash = "sha256-94J5WqlvBgfF/0aj0Pu61psG5pbhJVsZOiIbMdZ+ryQ="; 15 }; 16 17 makefile = "Makefile";