From 9ce8cf0c3f423684c87383f468dd4cbc8fb4704f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Jun 2026 07:19:46 +0000 Subject: [PATCH] libretro.mame2010: 0-unstable-2026-05-23 -> 0-unstable-2026-06-08 --- 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 c6324616ad97..658d4e361fc2 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-05-23"; + version = "0-unstable-2026-06-08"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2010-libretro"; - rev = "4679ae591ce39f3c0af492acd4a5b7319e9c2be5"; - hash = "sha256-ZG1p0bcnt9Xv6dKLSDh49KTxA4ZmwO+s4hEVuozg1ak="; + rev = "64d2bee2e03d5eb1db77bcb4595099553a1b9a97"; + hash = "sha256-XU2g7bxt2y8gqIMACUXGDbZCWNrg9BWcqBudK699Uhw="; }; makefile = "Makefile";