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 = {