From 740e22da628e19d21821010fe60990d1db6f0d43 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Feb 2025 18:12:14 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2025-01-24 -> 0-unstable-2025-02-04 --- .../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 d401bf34b326..67ba89634834 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-01-24"; + version = "0-unstable-2025-02-04"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "cea00d3aa54e61c929e8e205454793f45472c46d"; - hash = "sha256-v/L9qEhsymWfpep3YKwLiS2OBC3OBCIVpXOZatLGpN4="; + rev = "82c214ba5ef00e4f31117ddf1c60728f93ca8dcc"; + hash = "sha256-xq6nwKhZQAxmRskvxiDpwiGeMxjxn3XYjo9WoqD9E8Q="; }; makefile = "Makefile";