From 26d213c487e93c6b055f75514597d840e27ae083 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 20 May 2026 21:11:00 +0000 Subject: [PATCH] libretro.vba-next: 0-unstable-2026-05-12 -> 0-unstable-2026-05-14 --- 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 2555f5959b39..9bf4af085f2e 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-05-12"; + version = "0-unstable-2026-05-14"; src = fetchFromGitHub { owner = "libretro"; repo = "vba-next"; - rev = "f56ea99799b51fb107a4d3afe2a97a1364e8d806"; - hash = "sha256-gbBurV2N6evLnZqvcxAZ2xfKMsybVeu+Nml0p0APTRE="; + rev = "f04b19879d929730d199649c5c40b75b1f15b549"; + hash = "sha256-Mv+vg0NyX1F7u8cRDpwduD+UZfCHKlcSUmB3bQGjCn8="; }; meta = {