From a112bd3058db874e9fb4d5eddac8b14368a4e557 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Jul 2026 21:19:23 +0000 Subject: [PATCH] libretro.vba-next: 0-unstable-2026-06-06 -> 0-unstable-2026-06-29 --- pkgs/applications/emulators/libretro/cores/vba-next.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/vba-next.nix b/pkgs/applications/emulators/libretro/cores/vba-next.nix index a9a207d71dd6..c899f13b10a3 100644 --- a/pkgs/applications/emulators/libretro/cores/vba-next.nix +++ b/pkgs/applications/emulators/libretro/cores/vba-next.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "vba-next"; - version = "0-unstable-2026-06-06"; + version = "0-unstable-2026-06-29"; src = fetchFromGitHub { owner = "libretro"; repo = "vba-next"; - rev = "349b57c6442af56248433c114500a460ef9bfd8c"; - hash = "sha256-46ps2P1a8pa9vcZ7Saz8Mh+w5e2lEWjIRAw5WQh1BjQ="; + rev = "91de6188c2544ecb13c7bc05e4d9c361d21a49ad"; + hash = "sha256-gC5SAw7wHlMxvFFXOSFB5abInAme23140eAm5uyOlNg="; }; meta = {