From d25a391ba507bc1cb32a8a732a2deb0d9dd16ad6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 Jun 2026 23:51:04 +0000 Subject: [PATCH] libretro.beetle-vb: 0-unstable-2026-04-20 -> 0-unstable-2026-06-14 --- pkgs/applications/emulators/libretro/cores/beetle-vb.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-vb.nix b/pkgs/applications/emulators/libretro/cores/beetle-vb.nix index 619d07ba98b3..2368ed316d72 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-vb.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-vb.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-vb"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-06-14"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-vb-libretro"; - rev = "1275bd7bddf2166be5a10e45c26c5c2a61370658"; - hash = "sha256-3JTcAITogWP9yQ4sLZl8YlUHzu9LvWor9liQRIwf2b8="; + rev = "38e7a0ec9ac7079ca1c1e3dd9aaf5b56f527efca"; + hash = "sha256-+57qsfH2wygKdD66yauzKD9XDf01q4LeiWdIeYbVUmc="; }; makefile = "Makefile";