From 871c01cf7236afda4927a68d5ba04779e37667cb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Sep 2025 04:46:24 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-09-10 -> 0-unstable-2025-09-20 --- .../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 a7cdf4b54b39..321492ba93d6 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-2025-09-10"; + version = "0-unstable-2025-09-20"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "1e2be6664685efd7805ca19031f279fcaec25e15"; - hash = "sha256-PhWlrp+ILgBh6GUI+hkWO513dTQqDJIx+n0YZEaNlyw="; + rev = "a4239124d4da03ae4658610832e425febb0db134"; + hash = "sha256-TPYYFfAGJqlKpfLS1qDpzQXIfSXXFjRj1W/3+FTYMRQ="; }; makefile = "Makefile";