From 08d0b13dfe8a2352e253712b4c4e24dd0e674548 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 10 Apr 2026 02:26:12 +0000 Subject: [PATCH] libretro.mgba: 0-unstable-2026-03-30 -> 0-unstable-2026-04-03 --- pkgs/applications/emulators/libretro/cores/mgba.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mgba.nix b/pkgs/applications/emulators/libretro/cores/mgba.nix index c0de852de2a2..e7009525f8db 100644 --- a/pkgs/applications/emulators/libretro/cores/mgba.nix +++ b/pkgs/applications/emulators/libretro/cores/mgba.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mgba"; - version = "0-unstable-2026-03-30"; + version = "0-unstable-2026-04-03"; src = fetchFromGitHub { owner = "libretro"; repo = "mgba"; - rev = "6ab29fed1b5139f19ac98c523fd4a6a7f0b30e38"; - hash = "sha256-6cCd2tuj2kXTL1w0DUPodaLU0ivNjPyKGytgxrjlwb0="; + rev = "6dce57eef127dc4cc292644f38196e0e7c58590c"; + hash = "sha256-sLxQ7NG5ypSQACo1Q/9/FwQKCpZsIU0Y35dLa8uhOVs="; }; meta = {