Unverified Commit 3d08bb2c authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.fbneo: 0-unstable-2026-04-14 -> 0-unstable-2026-04-21 (#512521)

parents a241b3a8 f7de8ec8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2026-04-14";
  version = "0-unstable-2026-04-21";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "e869c6a2033b135e7fcbea4a50695e97755feae1";
    hash = "sha256-YIva50UWylsDmAaJZI85LCphrgjh7jDYQZkpAlQr1HM=";
    rev = "5cd2221d04fef37ef2f99793acc100b445691612";
    hash = "sha256-uv7MKLlHzTWSeGd0SRCfF+4S+SiJeZny0OerU1MbWOI=";
  };

  makefile = "Makefile";