libretro.mame2003-plus: 0-unstable-2025-04-16 -> 0-unstable-2025-05-08 (#402150)

authored by

Thiago Kenji Okada and committed by
GitHub
0719ce00 a194724f

+3 -3
+3 -3
pkgs/applications/emulators/libretro/cores/mame2003-plus.nix
··· 5 5 }: 6 6 mkLibretroCore { 7 7 core = "mame2003-plus"; 8 - version = "0-unstable-2025-04-16"; 8 + version = "0-unstable-2025-05-08"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "libretro"; 12 12 repo = "mame2003-plus-libretro"; 13 - rev = "c2128c3e82d884f39d824b5ef2716ac35dfa406b"; 14 - hash = "sha256-acicfUJlDT2Tm3aGTs9tAGaAGCC22ebRXnVLAxgcRI8="; 13 + rev = "d3e54870080f9389b4b3e6c6f717bfa29a2fd7fe"; 14 + hash = "sha256-k3YLCP9FNBu5rD+T5bM+hJr1XNbUlXm8a96VRcj7PFw="; 15 15 }; 16 16 17 17 makefile = "Makefile";