From 387f1d12820bf5c91218f9bd95702e669ab3e104 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Feb 2025 06:30:12 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-02-04 -> 0-unstable-2025-02-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 67ba89634834..57104f702a9b 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-02-04"; + version = "0-unstable-2025-02-11"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "82c214ba5ef00e4f31117ddf1c60728f93ca8dcc"; - hash = "sha256-xq6nwKhZQAxmRskvxiDpwiGeMxjxn3XYjo9WoqD9E8Q="; + rev = "ec335d3a6170d37207741e2719310a553691ab90"; + hash = "sha256-gPUftpMP4494MIf6yc9nbH8zdkhrfBcRnClAvF80XTU="; }; makefile = "Makefile";