diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 92f1dbb02..389e11cf6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -206,9 +206,9 @@
https://github.com/dotnet/arcade
a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0
-
+
https://github.com/dotnet/source-build-reference-packages
- ddc5b4880b0bf18783fc6808c4d407214f7bdae1
+ f1ca87cd81e6081e827f25150088fca734da8f5c
diff --git a/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch b/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch
new file mode 100644
index 000000000..d1b29223a
--- /dev/null
+++ b/src/SourceBuild/tarball/patches/roslyn/0001-Use-the-source-built-version-of-ref-packs-and-don-t-.patch
@@ -0,0 +1,37 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Chris Rummel
+Date: Thu, 15 Sep 2022 14:46:53 -0500
+Subject: [PATCH] Use the source-built version of ref packs and don't use app
+ host when building in source-build.
+
+Backport PR: https://github.com/dotnet/roslyn/pull/64055.
+
+---
+ Directory.Build.targets | 15 +++++++++++++++
+ 1 file changed, 15 insertions(+)
+
+diff --git a/Directory.Build.targets b/Directory.Build.targets
+index 8f38a48cd95..dfb4fd33c9a 100644
+--- a/Directory.Build.targets
++++ b/Directory.Build.targets
+@@ -1,5 +1,20 @@
+
+
++
++
++
++ 6.0.0
++
++
++ 6.0.0
++
++
++
++
++
++ false
++
++
+
+
+