From c6f4a239ccbfab0771f3b026d51508721a0b1433 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 30 May 2026 09:35:45 +0000 Subject: [PATCH] libretro.mame2010: 0-unstable-2026-04-20 -> 0-unstable-2026-05-23 --- pkgs/applications/emulators/libretro/cores/mame2010.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2010.nix b/pkgs/applications/emulators/libretro/cores/mame2010.nix index dad9fd800b6d..c6324616ad97 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2010.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2010.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "mame2010"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-05-23"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2010-libretro"; - rev = "cc63285e2109263da4eca0911ba07aec60b8109b"; - hash = "sha256-vyOJNOnk74pvsfPq0Kg9ovQ/bS8R2ByA8SVMqixaueQ="; + rev = "4679ae591ce39f3c0af492acd4a5b7319e9c2be5"; + hash = "sha256-ZG1p0bcnt9Xv6dKLSDh49KTxA4ZmwO+s4hEVuozg1ak="; }; makefile = "Makefile";