From eef20a4638b8bffbc2170d04c79dbeda50b947bb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 13 Jun 2026 08:31:29 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2026-05-23 -> 0-unstable-2026-06-11 --- .../applications/emulators/libretro/cores/mame2003-plus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix index 7e53c5b99b74..bb04046dbf57 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003-plus"; - version = "0-unstable-2026-05-23"; + version = "0-unstable-2026-06-11"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "31c9da911c8b3227f4bd5e70dc5a1e3876cf9ada"; - hash = "sha256-5RipbW1eL+VOcl1JuwEOe9ZcTZiig7WWBfJONzAdVNE="; + rev = "2cca4441706b952c2eaf8264713b53fd5452e0bd"; + hash = "sha256-g4fphqSN2ray4qHI0gPrCdYjQFJP7sLAhzHaRdjN+vI="; }; makefile = "Makefile";